C1.LiveLinq.LiveViews Namespace > View<T> Class : GroupJoin Method |
Overload | Description |
---|---|
GroupJoin<TInner,TKey,TResult>(IObservableSource<TInner>,Expression<Func<T,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<T,GroupView<TKey,TInner>,TResult>>) | Correlates the elements of two views based on equality of keys and groups the results. |
GroupJoin<TInner,TKey,TResult>(ObservableCollection<TInner>,Expression<Func<T,TKey>>,Expression<Func<TInner,TKey>>,Expression<Func<T,GroupView<TKey,TInner>,TResult>>) | Correlates the elements of this view and a collection based on equality of keys and groups the results. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2